home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / cryptography-faq / part02 < prev    next >
Encoding:
Internet Message Format  |  1993-06-18  |  4.9 KB

  1. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!pad-thai.aktis.com!pad-thai.aktis.com!not-for-mail
  2. From: crypt-comments@math.ncsu.edu
  3. Newsgroups: sci.crypt,sci.answers,news.answers
  4. Subject: Cryptography FAQ (02/10: Net Etiquette; last mod 19930504)
  5. Supersedes: <cryptography-faq/part02_738648006@GZA.COM>
  6. Followup-To: poster
  7. Date: 19 Jun 1993 00:00:22 -0400
  8. Organization: The Crypt Cabal
  9. Lines: 89
  10. Sender: faqserv@GZA.COM
  11. Approved: news-answers-request@MIT.Edu
  12. Expires: 24 Jul 1993 04:00:05 GMT
  13. Message-ID: <cryptography-faq/part02_740462405@GZA.COM>
  14. References: <cryptography-faq/part01_740462405@GZA.COM>
  15. Reply-To: crypt-comments@math.ncsu.edu
  16. NNTP-Posting-Host: pad-thai.aktis.com
  17. X-Last-Updated: 1993/05/06
  18. Xref: senator-bedfellow.mit.edu sci.crypt:17440 sci.answers:257 news.answers:9553
  19.  
  20. Archive-name: cryptography-faq/part02
  21.  
  22.  
  23. This is the second of ten parts of the sci.crypt FAQ. The parts are
  24. mostly independent, but you should read the first part before the rest.
  25. We don't have the time to send out missing parts by mail, so don't ask.
  26. Notes such as ``[KAH67]'' refer to the reference list in the last part.
  27.  
  28. The sections of this FAQ are available via anonymous FTP to rtfm.mit.edu 
  29. as /pub/usenet/news.answers/cryptography-faq/part[xx]. The Cryptography 
  30. FAQ is posted to the newsgroups sci.crypt, sci.answers, and news.answers 
  31. every 21 days.
  32.  
  33.  
  34. Contents:
  35.  
  36. 2.1. What groups are around? What's a FAQ? Who am I? Why am I here?
  37. 2.2. Do political discussions belong in sci.crypt?
  38. 2.3. How do I present a new encryption scheme in sci.crypt?
  39.  
  40.  
  41. 2.1. What groups are around? What's a FAQ? Who am I? Why am I here?
  42.  
  43.   Read news.announce.newusers and news.answers for a few weeks. Always
  44.   make sure to read a newsgroup for some time before you post to it.
  45.   You'll be amazed how often the same question can be asked in the same
  46.   newsgroup. After a month you'll have a much better sense of what the
  47.   readers want to see.
  48.  
  49. 2.2. Do political discussions belong in sci.crypt?
  50.  
  51.   No. In fact some newsgroups (notably misc.legal.computing) were
  52.   created exactly so that political questions like ``Should RSA be
  53.   patented?'' don't get in the way of technical discussions. Many
  54.   sci.crypt readers also read misc.legal.computing, comp.org.eff.talk,
  55.   comp.patents, sci.math, comp.compression, et al.; for the benefit of
  56.   people who don't care about those other topics, try to put your
  57.   postings in the right group.
  58.  
  59.   Questions about microfilm and smuggling and other non-cryptographic
  60.   ``spy stuff'' don't belong in sci.crypt either.
  61.  
  62. 2.3. How do I present a new encryption scheme in sci.crypt?
  63.  
  64.   ``I just came up with this neat method of encryption. Here's some
  65.   ciphertext: FHDSIJOYW^&%$*#@OGBUJHKFSYUIRE. Is it strong?'' Without a
  66.   doubt questions like this are the most annoying traffic on sci.crypt.
  67.  
  68.   If you have come up with an encryption scheme, providing some
  69.   ciphertext from it is not adequate. Nobody has ever been impressed by
  70.   random gibberish. Any new algorithm should be secure even if the
  71.   opponent knows the full algorithm (including how any message key is
  72.   distributed) and only the private key is kept secret. There are some
  73.   systematic and unsystematic ways to take reasonably long ciphertexts
  74.   and decrypt them even without prior knowledge of the algorithm, but
  75.   this is a time-consuming and possibly fruitless exercise which most
  76.   sci.crypt readers won't bother with.
  77.  
  78.   So what do you do if you have a new encryption scheme? First of all,
  79.   find out if it's really new. Look through this FAQ for references and
  80.   related methods. Familiarize yourself with the literature and the
  81.   introductory textbooks.
  82.  
  83.   When you can appreciate how your cryptosystem fits into the world at
  84.   large, try to break it yourself! You shouldn't waste the time of tens
  85.   of thousands of readers asking a question which you could have easily
  86.   answered on your own.
  87.  
  88.   If you really think your system is secure, and you want to get some
  89.   reassurance from experts, you might try posting full details of your
  90.   system, including working code and a solid theoretical explanation, to
  91.   sci.crypt. (Keep in mind that the export of cryptography is regulated
  92.   in some areas.)
  93.  
  94.   If you're lucky an expert might take some interest in what you posted.
  95.   You can encourage this by offering cash rewards---for instance, noted
  96.   cryptographer Ralph Merkle is offering $1000 to anyone who can break
  97.   Snefru-4---but there are no guarantees. If you don't have enough
  98.   experience, then most likely any experts who look at your system will
  99.   be able to find a flaw. If this happens, it's your responsibility to
  100.   consider the flaw and learn from it, rather than just add one more
  101.   layer of complication and come back for another round.
  102.  
  103.   A different way to get your cryptosystem reviewed is to have the NSA
  104.   look at it. A full discussion of this procedure is outside the scope
  105.   of this FAQ.
  106.  
  107.   Among professionals, a common rule of thumb is that if you want to
  108.   design a cryptosystem, you have to have experience as a cryptanalyst.
  109.